children

abstract fun children(): List<Node>

Returns an immutable list of all children of this node.

Please note, that this method should be invoked every time in case of need to retrieve an actual children list.

Throws

when this node is closed